home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1996 May
/
Software of the Month Club 1996 May.iso
/
mac
/
ISO9660
/
ZIPFILES
/
DIGIVW12.ZIP
/
LOAD.DXR
/
00003.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-10-24
|
331 b
|
19 lines
on enterFrame
global staganame, x
set x to the fileName of cast 2
put x
tell the stage
set stagename to x
end tell
updateStage()
set the pausedAtStart of cast 2 to 1
set the movieRate of sprite 3 to 0
set the visible of sprite 3 to 0
end
on exitFrame
tell the stage
close(window "load")
end tell
end